home *** CD-ROM | disk | FTP | other *** search
- Path: news.intr.net!news
- From: rodhew@intr.net (Rod Hewitt)
- Newsgroups: comp.std.c,comp.lang.c,comp.lang.basic.visual.misc
- Subject: Re: DLLs
- Date: Sat, 02 Mar 1996 18:31:15 GMT
- Organization: Internet Interstate
- Message-ID: <3138938a.225633183@news.intr.net>
- References: <NEWTNews.825739945.5620.david@baldar.abs.net>
- NNTP-Posting-Host: pepe19.intr.net
- X-Newsreader: Forte Agent .99d/32.168
-
- david@baldar.abs.net wrote:
-
- >
- >Are there any good references out there on writing DLLs? I just got MS C++
- >4.0. Writing the .c is easy. But the .def and .mak still eludes me (the
- >online notes with MS C++ leave something to be desired). Any recommendations?
- > Thanks.
-
- If your targetting the DLL at VB, I'd recommend you forget about DLLs
- and write OCXes instead. The App Wizard and Class Wizard make it very
- easy to write C++ code that interfaces to VB. Plus with OCXes you can
- easily fire events in VB and not have to worry about a ton of Define
- Function statements.
-
- Regards,
- Rod
-
-